1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCurrentStock
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
35         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCurrentStock))
36         Me.Panel1 = New System.Windows.Forms.Panel()
37         Me.Panel5 = New System.Windows.Forms.Panel()
38         Me.btnExportExcel = New System.Windows.Forms.Button()
39         Me.btnClose = New System.Windows.Forms.Button()
40         Me.btnReset = New System.Windows.Forms.Button()
41         Me.Panel3 = New System.Windows.Forms.Panel()
42         Me.txtProductName = New System.Windows.Forms.TextBox()
43         Me.Label3 = New System.Windows.Forms.Label()
44         Me.dgw = New System.Windows.Forms.DataGridView()
45         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
46         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
47         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
48         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Panel2 = New System.Windows.Forms.Panel()
55         Me.lblSet = New System.Windows.Forms.Label()
56         Me.Label1 = New System.Windows.Forms.Label()
57         Me.Panel1.SuspendLayout()
58         Me.Panel5.SuspendLayout()
59         Me.Panel3.SuspendLayout()
60         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
61         Me.Panel2.SuspendLayout()
62         Me.SuspendLayout()
63         
'
64         
'Panel1
65         
'
66         Me.Panel1.BackColor = System.Drawing.Color.White
67         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
68         Me.Panel1.Controls.Add(Me.Panel5)
69         Me.Panel1.Controls.Add(Me.Panel3)
70         Me.Panel1.Controls.Add(Me.dgw)
71         Me.Panel1.Controls.Add(Me.Panel2)
72         Me.Panel1.Location = New System.Drawing.Point(
7, 7)
73         Me.Panel1.Name =
"Panel1"
74         Me.Panel1.Size = New System.Drawing.Size(
994, 611)
75         Me.Panel1.TabIndex =
2
76         
'
77         
'Panel5
78         
'
79         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
80         Me.Panel5.Controls.Add(Me.btnExportExcel)
81         Me.Panel5.Controls.Add(Me.btnClose)
82         Me.Panel5.Controls.Add(Me.btnReset)
83         Me.Panel5.Location = New System.Drawing.Point(
261, 75)
84         Me.Panel5.Name =
"Panel5"
85         Me.Panel5.Size = New System.Drawing.Size(
282, 70)
86         Me.Panel5.TabIndex =
46
87         
'
88         
'btnExportExcel
89         
'
90         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
91         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
92         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
93         Me.btnExportExcel.Location = New System.Drawing.Point(
101, 23)
94         Me.btnExportExcel.Name =
"btnExportExcel"
95         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
96         Me.btnExportExcel.TabIndex =
5
97         Me.btnExportExcel.Text =
"&Export Excel"
98         Me.btnExportExcel.UseVisualStyleBackColor = True
99         
'
100         
'btnClose
101         
'
102         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
103         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
104         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
105         Me.btnClose.Location = New System.Drawing.Point(
188, 23)
106         Me.btnClose.Name =
"btnClose"
107         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
108         Me.btnClose.TabIndex =
4
109         Me.btnClose.Text =
"&Close"
110         Me.btnClose.UseVisualStyleBackColor = True
111         
'
112         
'btnReset
113         
'
114         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
115         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
116         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
117         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
118         Me.btnReset.Name =
"btnReset"
119         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
120         Me.btnReset.TabIndex =
0
121         Me.btnReset.Text =
"&Reset"
122         Me.btnReset.UseVisualStyleBackColor = True
123         
'
124         
'Panel3
125         
'
126         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
127         Me.Panel3.Controls.Add(Me.txtProductName)
128         Me.Panel3.Controls.Add(Me.Label3)
129         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
130         Me.Panel3.Name =
"Panel3"
131         Me.Panel3.Size = New System.Drawing.Size(
246, 70)
132         Me.Panel3.TabIndex =
45
133         
'
134         
'txtProductName
135         
'
136         Me.txtProductName.BackColor = System.Drawing.Color.White
137         Me.txtProductName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
138         Me.txtProductName.Location = New System.Drawing.Point(
13, 30)
139         Me.txtProductName.Name =
"txtProductName"
140         Me.txtProductName.Size = New System.Drawing.Size(
221, 21)
141         Me.txtProductName.TabIndex =
13
142         
'
143         
'Label3
144         
'
145         Me.Label3.AutoSize = True
146         Me.Label3.Location = New System.Drawing.Point(
10, 10)
147         Me.Label3.Name =
"Label3"
148         Me.Label3.Size = New System.Drawing.Size(
133, 13)
149         Me.Label3.TabIndex =
12
150         Me.Label3.Text =
"Search By Product Name :"
151         
'
152         
'dgw
153         
'
154         Me.dgw.AllowUserToAddRows = False
155         Me.dgw.AllowUserToDeleteRows = False
156         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
157         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
158         Me.dgw.BackgroundColor = System.Drawing.Color.White
159         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
160         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
161         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
162         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
163         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
164         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
165         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
166         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
167         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
168         Me.dgw.ColumnHeadersHeight =
30
169         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column9, Me.Column1, Me.Column2, Me.Column8, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column7})
170         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
171         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
172         DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
173         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
174         DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
175         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
176         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
177         DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
178         Me.dgw.DefaultCellStyle = DataGridViewCellStyle8
179         Me.dgw.EnableHeadersVisualStyles = False
180         Me.dgw.GridColor = System.Drawing.Color.White
181         Me.dgw.Location = New System.Drawing.Point(
9, 151)
182         Me.dgw.MultiSelect = False
183         Me.dgw.Name =
"dgw"
184         Me.dgw.ReadOnly = True
185         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
186         DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
187         DataGridViewCellStyle9.BackColor = System.Drawing.Color.CadetBlue
188         DataGridViewCellStyle9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
189         DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
190         DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.DarkSlateGray
191         DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
192         DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
193         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle9
194         Me.dgw.RowHeadersWidth =
25
195         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
196         DataGridViewCellStyle10.BackColor = System.Drawing.Color.White
197         DataGridViewCellStyle10.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
198         DataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.DarkSlateGray
199         DataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White
200         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle10
201         Me.dgw.RowTemplate.Height =
15
202         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
203         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
204         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
205         Me.dgw.Size = New System.Drawing.Size(
977, 449)
206         Me.dgw.TabIndex =
43
207         
'
208         
'Column9
209         
'
210         Me.Column9.HeaderText =
"PID"
211         Me.Column9.Name =
"Column9"
212         Me.Column9.ReadOnly = True
213         Me.Column9.Visible = False
214         
'
215         
'Column1
216         
'
217         Me.Column1.HeaderText =
"Product Code"
218         Me.Column1.Name =
"Column1"
219         Me.Column1.ReadOnly = True
220         
'
221         
'Column2
222         
'
223         Me.Column2.HeaderText =
"Product Name"
224         Me.Column2.Name =
"Column2"
225         Me.Column2.ReadOnly = True
226         Me.Column2.Width =
250
227         
'
228         
'Column8
229         
'
230         Me.Column8.HeaderText =
"Description"
231         Me.Column8.Name =
"Column8"
232         Me.Column8.ReadOnly = True
233         Me.Column8.Width =
200
234         
'
235         
'Column3
236         
'
237         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
238         Me.Column3.DefaultCellStyle = DataGridViewCellStyle3
239         Me.Column3.HeaderText =
"Cost Price"
240         Me.Column3.Name =
"Column3"
241         Me.Column3.ReadOnly = True
242         Me.Column3.Visible = False
243         
'
244         
'Column4
245         
'
246         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
247         Me.Column4.DefaultCellStyle = DataGridViewCellStyle4
248         Me.Column4.HeaderText =
"Price"
249         Me.Column4.Name =
"Column4"
250         Me.Column4.ReadOnly = True
251         
'
252         
'Column5
253         
'
254         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
255         Me.Column5.DefaultCellStyle = DataGridViewCellStyle5
256         Me.Column5.HeaderText =
"Discount"
257         Me.Column5.Name =
"Column5"
258         Me.Column5.ReadOnly = True
259         
'
260         
'Column6
261         
'
262         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
263         Me.Column6.DefaultCellStyle = DataGridViewCellStyle6
264         Me.Column6.HeaderText =
"VAT"
265         Me.Column6.Name =
"Column6"
266         Me.Column6.ReadOnly = True
267         
'
268         
'Column7
269         
'
270         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
271         Me.Column7.DefaultCellStyle = DataGridViewCellStyle7
272         Me.Column7.HeaderText =
"Qty. Available"
273         Me.Column7.Name =
"Column7"
274         Me.Column7.ReadOnly = True
275         
'
276         
'Panel2
277         
'
278         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
279         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
280         Me.Panel2.Controls.Add(Me.lblSet)
281         Me.Panel2.Controls.Add(Me.Label1)
282         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
283         Me.Panel2.Name =
"Panel2"
284         Me.Panel2.Size = New System.Drawing.Size(
977, 62)
285         Me.Panel2.TabIndex =
0
286         
'
287         
'lblSet
288         
'
289         Me.lblSet.AutoSize = True
290         Me.lblSet.Location = New System.Drawing.Point(
187, 29)
291         Me.lblSet.Name =
"lblSet"
292         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
293         Me.lblSet.TabIndex =
45
294         Me.lblSet.Text =
"Set"
295         Me.lblSet.Visible = False
296         
'
297         
'Label1
298         
'
299         Me.Label1.AutoSize = True
300         Me.Label1.BackColor = System.Drawing.Color.Transparent
301         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
302         Me.Label1.ForeColor = System.Drawing.Color.White
303         Me.Label1.Location = New System.Drawing.Point(
373, 18)
304         Me.Label1.Name =
"Label1"
305         Me.Label1.Size = New System.Drawing.Size(
148, 24)
306         Me.Label1.TabIndex =
0
307         Me.Label1.Text =
"List Of Stock In"
308         
'
309         
'frmCurrentStock
310         
'
311         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
312         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
313         Me.BackColor = System.Drawing.Color.DarkSlateGray
314         Me.ClientSize = New System.Drawing.Size(
1009, 625)
315         Me.Controls.Add(Me.Panel1)
316         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
317         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
318         Me.MaximizeBox = False
319         Me.MinimizeBox = False
320         Me.Name =
"frmCurrentStock"
321         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
322         Me.Panel1.ResumeLayout(False)
323         Me.Panel5.ResumeLayout(False)
324         Me.Panel3.ResumeLayout(False)
325         Me.Panel3.PerformLayout()
326         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
327         Me.Panel2.ResumeLayout(False)
328         Me.Panel2.PerformLayout()
329         Me.ResumeLayout(False)
330
331     End Sub
332     Friend WithEvents Panel1 As System.Windows.Forms.Panel
333     Friend WithEvents Panel2 As System.Windows.Forms.Panel
334     Friend WithEvents Label1 As System.Windows.Forms.Label
335     Friend WithEvents dgw As System.Windows.Forms.DataGridView
336     Friend WithEvents Panel5 As System.Windows.Forms.Panel
337     Friend WithEvents btnClose As System.Windows.Forms.Button
338     Friend WithEvents btnReset As System.Windows.Forms.Button
339     Friend WithEvents Panel3 As System.Windows.Forms.Panel
340     Friend WithEvents txtProductName As System.Windows.Forms.TextBox
341     Friend WithEvents Label3 As System.Windows.Forms.Label
342     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
343     Friend WithEvents lblSet As System.Windows.Forms.Label
344     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
345     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
346     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
347     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
348     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
349     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
350     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
351     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
352     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
353
354 End Class


Gõ tìm kiếm nhanh...